]> git.saurik.com Git - apple/security.git/blob - Security/Keychain Circle Notification/com.apple.security.keychain-circle-notification.plist
Security-57031.10.10.tar.gz
[apple/security.git] / Security / Keychain Circle Notification / com.apple.security.keychain-circle-notification.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>Label</key>
6 <string>com.apple.security.keychain-circle-notification</string>
7 <key>RunAtLoad</key>
8 <true/>
9 <key>KeepAlive</key>
10 <false/>
11 <key>LaunchEvents</key>
12 <dict>
13 <key>com.apple.notifyd.matching</key>
14 <dict>
15 <key>tick</key>
16 <dict>
17 <key>Notification</key>
18 <string>com.apple.security.tick</string>
19 </dict>
20 <key>kSOSCCCircleChangedNotification</key>
21 <dict>
22 <key>Notification</key>
23 <string>com.apple.security.secureobjectsync.circlechanged</string>
24 </dict>
25 </dict>
26 </dict>
27 <key>ProgramArguments</key>
28 <array>
29 <string>/System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification</string>
30 </array>
31 </dict>
32 </plist>